home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / Demos / Bombardier_PC / INDEX.DIR / 00054_Script_MOUSEDOWN-UP for SELECTION < prev    next >
Text File  |  1999-03-07  |  256b  |  10 lines

  1. on mouseUp
  2.   global gCGSelected, gSubList
  3.   put the clickOn into gCGSelected
  4.   put the clickOn - 10 into var
  5.   put "sublist"&string(var) into gSubList
  6.   set the member of sprite 24 to gSubList
  7.   set the member of sprite 27 to gSublist&"OFF"
  8.  
  9. end
  10.